:root {
    --wzColor: #30A0E7;
}

@charset "UTF-8";
a,
a:hover {
    transition: all .3s;
    color: inherit;
    text-decoration: none!important;
}

ul {
    list-style: none;
    padding-left: 0!important;
    margin: 0!important;
}

body {
    background: #F6F6F6;
}


/*换行*/

.twoHang {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.threeHang {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.head .logo {
    padding: 22px 0 24px 0;
}

.head .logo a {
    display: block;
    width: 283px;
    height: 56px;
}

.head .logo a img {
    display: block;
    width: 100%;
    height: 100%;
}

.head .nav-bg {
    background: var(--wzColor);
    line-height: 56px;
}

.nav li {
    list-style: none;
    text-align: center;
    margin-right: 10px;
}

.nav li a {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 10px 45px;
    margin: 10px 0;
}

.nav .active a,
.nav li:hover a {
    font-size: 18px;
    font-weight: 700;
}


/**/

.mt-15 {
    margin-top: 15px;
}

.index-fl {
    width: 590px;
}

.list-fl {
    width: 790px;
}

.list-fr {
    width: 380px;
}


/**/

.banner img {
    height: 336px;
}


/**/

.title {
    padding: 15px 15px 0 0;
}

.title span {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    padding-left: 20px;
    border-left: 5px solid var(--wzColor);
}

.title a {
    font-size: 14px;
    font-weight: 400;
    color: #999;
}


/**/

.list {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.list>a {
    font-size: 18px;
    font-weight: 700;
    color: #EB6E23;
    line-height: 24px;
}

.list p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin: 8px 0 0 0;
}


/**/


/**/

.news_list li,
.list1 {
    line-height: 36px;
}

.news_list li>a,
.list1>a {
    width: 86%;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.news_list li span,
.list1 span {
    font-size: 14px;
    font-weight: 400;
    color: #888;
}

.news_list li:hover>a,
.list3 li:hover .des div>a {
    color: var(--wzColor);
}


/**/

.list_info li em {
    font-style: normal;
    width: 46px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: var(--wzColor);
    border: 1px solid var(--wzColor);
    border-radius: 10px;
}

.list_info li>a {
    width: 83%;
}


/**/

.list1 {
    padding: 15px 15px 0 15px;
}

.list1>a {
    font-weight: 700;
    color: var(--wzColor);
}


/**/

.list2>a {
    display: block;
    width: 200px;
}

.list2>a img {
    display: block;
    height: 120px;
}

.list2 .des {
    width: 340px;
}

.list2 .des>a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.list2 .des p {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    margin: 15px 0;
}

.list2 .des span {
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.list2 .des:hover>a {
    color: var(--wzColor);
}


/**/

.list3>a {
    display: block;
    width: 120px;
}

.list3>a img {
    display: block;
    height: 140px;
}

.list3 .w410 {
    width: 410px;
}


/*友情链接*/

.link p {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.link p a {
    margin-right: 15px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

.link p a:hover {
    text-decoration: none;
    color: var(--wzColor);
}


/*footer*/

.footer {
    margin-top: 20px;
    padding: 50px 30px;
}

.footer p,
.footer a {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin: 6px 0;
    color: #999;
    letter-spacing: 1px;
}


/*面包屑*/

.breadcrumb {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.breadcrumb a {
    color: #999;
}


/**/

.info1 li>a {
    width: 73%;
}


/**/

.hot_news ul {
    flex-wrap: wrap;
}

.hot_news li {
    width: 160px;
    padding: 10px 0;
}

.hot_news li:not(:nth-child(2n+2)) {
    margin-right: 20px;
}

.hot_news li>a {
    display: block;
    width: 160px;
}

.hot_news li>a img {
    display: block;
    height: 100px;
    border-radius: 10px;
}

.hot_news li p {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    margin: 8px 0;
}

.hot_news li:hover p {
    color: var(--wzColor);
}


/**/

.homelist li {
    padding-bottom: 10px;
}

.homelist li>a {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 36px;
}

.homelist li:hover>a {
    color: var(--wzColor);
}

.homelist li>div {
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}

.homelist li>div>a {
    display: block;
    width: 160px;
}

.homelist li>div>a img {
    display: block;
    height: 80px;
    border-radius: 6px;
}

.homelist li>div .des {
    width: 575px;
}

.homelist li>div .des p,
.homelist li>div .des a {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    margin: 0;
    height: 40px;
    line-height: 20px;
}

.homelist li>div .des span {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    padding-left: 25px;
    background: url(../images/time.png) no-repeat;
    background-size: 16px 16px;
    background-position: 0 3px;
}


/**/

.pageTurn {
    padding: 40px 0;
}

.pageTurn ul {
    padding: 0;
    text-align: center;
}

.pageTurn ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    border: 1px solid #ddd;
    padding: 2px 10px;
    background: #fff;
}

.pageTurn ul li a {
    color: #333;
    width: 100%;
}

.pageTurn ul li a:hover {
    text-decoration: none;
}

.pageTurn ul li:hover {
    background: var(--wzColor);
}

.pageTurn ul li:hover a {
    color: #fff;
}

.pageTurn .thisclass {
    color: #fff;
    background: var(--wzColor)
}

.pageTurn .thisclass:hover {
    color: #fff;
}

.pageTurn ul li:hover {
    color: #fff;
}


/**/

.textTitle {
    text-align: center;
    padding: 30px 10px 20px 0;
    border-bottom: 1px solid #eee;
}

.textTitle h1 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.textTitle div span {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin-right: 30px;
}

.textContent {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-indent: 2em;
    padding-bottom: 40px;
}

.textContent p,
.textContent div {
    font-size: 16px!important;
    font-weight: 400;
    color: #666!important;
    margin: 15px 0;
}

.textContent img {
    display: block;
    margin: 0 auto;
    height: auto!important;
    max-width: 600px!important;
}